From: Richard M. Stallman Date: Sat, 15 May 1993 04:13:27 +0000 (+0000) Subject: Make links in info subdir. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96268 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=66afa119d0028760f010b389ed14105f603811a1;p=emacs.git Make links in info subdir. --- diff --git a/make-dist b/make-dist index 32ac5937ea8..99216ac40f2 100755 --- a/make-dist +++ b/make-dist @@ -215,14 +215,14 @@ echo "Making links to \`cpp'." (cd cpp ln cccp.c cexp.y Makefile README ../${tempdir}/cpp) -###!! echo "Making links to \`info'." -###!! # Don't distribute backups or autosaves. -###!! (cd info -###!! ln [a-zA-Z]* ../${tempdir}/info -###!! cd ../${tempdir}/info -###!! # Avoid an error when expanding the wildcards later. -###!! ln emacs dummy~ ; ln emacs \#dummy\# -###!! rm -f *~ \#*\# core) +echo "Making links to \`info'." +# Don't distribute backups or autosaves. +(cd info + ln [a-zA-Z]* ../${tempdir}/info + cd ../${tempdir}/info + # Avoid an error when expanding the wildcards later. + ln emacs dummy~ ; ln emacs \#dummy\# + rm -f *~ \#*\# core) echo "Making links to \`man'." (cd man